-- card: 3973 from stack: in -- bmap block id: 4469 -- flags: 0000 -- background id: 2736 -- name: ----- HyperTalk script ----- on check global response global number global tries get background field "ans" if it = response then get background field "number" add 1 to number put number into background field "number" --play "boing" PUT "CORRECT!" INTO BACKGROUND FIELD "CORRECT" show BACKGROUND field "correct" wait 90 HIDE BACKGROUND FIELD "CORRECT" visual effect dissolve GO TO CARD 2 ELSE PUT "TRY AGAIN" INTO BACKGROUND FIELD "CORRECT" SHOW BKGND FIELD "CORRECT" WAIT 90 HIDE BKGND FIELD "CORRECT" end if end check -- part 2 (field) -- low flags: 01 -- high flags: 0004 -- rect: left=251 top=189 right=274 bottom=451 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 2 -- text size: 20 -- style flags: 0 -- line height: 26 -- part name: hint ----- HyperTalk script ----- on mouseUp hide card field "hint" wait 4 seconds show card field "hint" end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=458 top=289 right=331 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp go to card 2 end mouseUp -- part contents for background part 19 ----- text ----- 8 -- part contents for background part 17 ----- text ----- 6 -- part contents for background part 18 ----- text ----- CORRECT! -- part contents for background part 4 ----- text ----- -- part contents for background part 5 ----- text ----- -- part contents for background part 1 ----- text ----- 4 -- part contents for card part 2 ----- text ----- Click Here for Hint